HasCachedDocument(String,String,ReportParameterValue[]) Method
In This Topic
Checks whether a previously cached report or document is available.
Syntax
'Declaration
Overloads Function HasCachedDocument( _
ByVal As System.String, _
ByVal As System.String, _
ByVal () As ReportParameterValue _
) As System.Boolean
System.bool HasCachedDocument(
System.string ,
System.string ,
ReportParameterValue[]
)
Parameters
- fileName
- Report or document file name.
- reportName
- Report name.
- paramValues
- Report parameters or null.
Return Value
true
if a cached report or document is available, false
otherwise.
See Also